(0) Obligation:

Runtime Complexity TRS:
The TRS R consists of the following rules:

a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0) → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0) → 0
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Rewrite Strategy: FULL

(1) RenamingProof (EQUIVALENT transformation)

Renamed function symbols to avoid clashes with predefined symbol.

(2) Obligation:

Runtime Complexity Relative TRS:
The TRS R consists of the following rules:

a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

S is empty.
Rewrite Strategy: FULL

(3) TypeInferenceProof (BOTH BOUNDS(ID, ID) transformation)

Infered types.

(4) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

(5) OrderProof (LOWER BOUND(ID) transformation)

Heuristically decided to analyse the following defined symbols:
a__U11, a__U12, a__plus, mark

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(6) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
a__U12, a__U11, a__plus, mark

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(7) NoRewriteLemmaProof (LOWER BOUND(ID) transformation)

Could not prove a rewrite lemma for the defined symbol a__U12.

(8) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
a__plus, a__U11, mark

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(9) NoRewriteLemmaProof (LOWER BOUND(ID) transformation)

Could not prove a rewrite lemma for the defined symbol a__plus.

(10) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
mark, a__U11

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(11) RewriteLemmaProof (LOWER BOUND(ID) transformation)

Proved the following rewrite lemma:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)

Induction Base:
mark(gen_tt:s:0':U11:U12:plus2_0(0)) →RΩ(1)
tt

Induction Step:
mark(gen_tt:s:0':U11:U12:plus2_0(+(n7802_0, 1))) →RΩ(1)
s(mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0))) →IH
s(gen_tt:s:0':U11:U12:plus2_0(c7803_0))

We have rt ∈ Ω(n1) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n).

(12) Complex Obligation (BEST)

(13) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
a__U11, a__U12, a__plus

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(14) RewriteLemmaProof (LOWER BOUND(ID) transformation)

Proved the following rewrite lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8498_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n84980 + n84980 + n849802)

Induction Base:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(c))

Induction Step:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(+(n8498_0, 1)), gen_tt:s:0':U11:U12:plus2_0(c)) →RΩ(1)
a__U12(tt, gen_tt:s:0':U11:U12:plus2_0(+(n8498_0, 1)), gen_tt:s:0':U11:U12:plus2_0(c)) →RΩ(1)
s(a__plus(mark(gen_tt:s:0':U11:U12:plus2_0(c)), mark(gen_tt:s:0':U11:U12:plus2_0(+(1, n8498_0))))) →LΩ(1 + c)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(c), mark(gen_tt:s:0':U11:U12:plus2_0(+(1, n8498_0))))) →LΩ(2 + n84980)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(c), gen_tt:s:0':U11:U12:plus2_0(+(1, n8498_0)))) →RΩ(1)
s(a__U11(tt, gen_tt:s:0':U11:U12:plus2_0(n8498_0), gen_tt:s:0':U11:U12:plus2_0(c))) →IH
s(*3_0)

We have rt ∈ Ω(n2) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n2).

(15) Complex Obligation (BEST)

(16) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8498_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n84980 + n84980 + n849802)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
a__U12, a__plus, mark

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(17) RewriteLemmaProof (LOWER BOUND(ID) transformation)

Proved the following rewrite lemma:
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n10562_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n105620 + n105620 + n1056202)

Induction Base:
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(c))

Induction Step:
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(+(n10562_0, 1)), gen_tt:s:0':U11:U12:plus2_0(c)) →RΩ(1)
s(a__plus(mark(gen_tt:s:0':U11:U12:plus2_0(c)), mark(gen_tt:s:0':U11:U12:plus2_0(+(n10562_0, 1))))) →LΩ(1 + c)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(c), mark(gen_tt:s:0':U11:U12:plus2_0(+(1, n10562_0))))) →LΩ(2 + n105620)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(c), gen_tt:s:0':U11:U12:plus2_0(+(1, n10562_0)))) →RΩ(1)
s(a__U11(tt, gen_tt:s:0':U11:U12:plus2_0(n10562_0), gen_tt:s:0':U11:U12:plus2_0(c))) →RΩ(1)
s(a__U12(tt, gen_tt:s:0':U11:U12:plus2_0(n10562_0), gen_tt:s:0':U11:U12:plus2_0(c))) →IH
s(*3_0)

We have rt ∈ Ω(n2) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n2).

(18) Complex Obligation (BEST)

(19) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8498_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n84980 + n84980 + n849802)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n10562_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n105620 + n105620 + n1056202)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
a__plus, a__U11, mark

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(20) RewriteLemmaProof (LOWER BOUND(ID) transformation)

Proved the following rewrite lemma:
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n12888_0))) → *3_0, rt ∈ Ω(a·n128880 + n128880 + n1288802)

Induction Base:
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, 0)))

Induction Step:
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, +(n12888_0, 1)))) →RΩ(1)
a__U11(tt, gen_tt:s:0':U11:U12:plus2_0(+(1, n12888_0)), gen_tt:s:0':U11:U12:plus2_0(a)) →RΩ(1)
a__U12(tt, gen_tt:s:0':U11:U12:plus2_0(+(1, n12888_0)), gen_tt:s:0':U11:U12:plus2_0(a)) →RΩ(1)
s(a__plus(mark(gen_tt:s:0':U11:U12:plus2_0(a)), mark(gen_tt:s:0':U11:U12:plus2_0(+(1, n12888_0))))) →LΩ(1 + a)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(a), mark(gen_tt:s:0':U11:U12:plus2_0(+(1, n12888_0))))) →LΩ(2 + n128880)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n12888_0)))) →IH
s(*3_0)

We have rt ∈ Ω(n2) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n2).

(21) Complex Obligation (BEST)

(22) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8498_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n84980 + n84980 + n849802)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n10562_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n105620 + n105620 + n1056202)
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n12888_0))) → *3_0, rt ∈ Ω(a·n128880 + n128880 + n1288802)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
mark, a__U11, a__U12

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(23) RewriteLemmaProof (LOWER BOUND(ID) transformation)

Proved the following rewrite lemma:
mark(gen_tt:s:0':U11:U12:plus2_0(n15871_0)) → gen_tt:s:0':U11:U12:plus2_0(n15871_0), rt ∈ Ω(1 + n158710)

Induction Base:
mark(gen_tt:s:0':U11:U12:plus2_0(0)) →RΩ(1)
tt

Induction Step:
mark(gen_tt:s:0':U11:U12:plus2_0(+(n15871_0, 1))) →RΩ(1)
s(mark(gen_tt:s:0':U11:U12:plus2_0(n15871_0))) →IH
s(gen_tt:s:0':U11:U12:plus2_0(c15872_0))

We have rt ∈ Ω(n1) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n).

(24) Complex Obligation (BEST)

(25) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n15871_0)) → gen_tt:s:0':U11:U12:plus2_0(n15871_0), rt ∈ Ω(1 + n158710)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8498_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n84980 + n84980 + n849802)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n10562_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n105620 + n105620 + n1056202)
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n12888_0))) → *3_0, rt ∈ Ω(a·n128880 + n128880 + n1288802)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
a__U11, a__U12

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(26) RewriteLemmaProof (LOWER BOUND(ID) transformation)

Proved the following rewrite lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n16876_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n168760 + n168760 + n1687602)

Induction Base:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(c))

Induction Step:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(+(n16876_0, 1)), gen_tt:s:0':U11:U12:plus2_0(c)) →RΩ(1)
a__U12(tt, gen_tt:s:0':U11:U12:plus2_0(+(n16876_0, 1)), gen_tt:s:0':U11:U12:plus2_0(c)) →RΩ(1)
s(a__plus(mark(gen_tt:s:0':U11:U12:plus2_0(c)), mark(gen_tt:s:0':U11:U12:plus2_0(+(1, n16876_0))))) →LΩ(1 + c)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(c), mark(gen_tt:s:0':U11:U12:plus2_0(+(1, n16876_0))))) →LΩ(2 + n168760)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(c), gen_tt:s:0':U11:U12:plus2_0(+(1, n16876_0)))) →RΩ(1)
s(a__U11(tt, gen_tt:s:0':U11:U12:plus2_0(n16876_0), gen_tt:s:0':U11:U12:plus2_0(c))) →IH
s(*3_0)

We have rt ∈ Ω(n2) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n2).

(27) Complex Obligation (BEST)

(28) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n15871_0)) → gen_tt:s:0':U11:U12:plus2_0(n15871_0), rt ∈ Ω(1 + n158710)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n16876_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n168760 + n168760 + n1687602)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n10562_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n105620 + n105620 + n1056202)
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n12888_0))) → *3_0, rt ∈ Ω(a·n128880 + n128880 + n1288802)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
a__U12

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(29) RewriteLemmaProof (LOWER BOUND(ID) transformation)

Proved the following rewrite lemma:
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n20155_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n201550 + n201550 + n2015502)

Induction Base:
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(c))

Induction Step:
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(+(n20155_0, 1)), gen_tt:s:0':U11:U12:plus2_0(c)) →RΩ(1)
s(a__plus(mark(gen_tt:s:0':U11:U12:plus2_0(c)), mark(gen_tt:s:0':U11:U12:plus2_0(+(n20155_0, 1))))) →LΩ(1 + c)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(c), mark(gen_tt:s:0':U11:U12:plus2_0(+(1, n20155_0))))) →LΩ(2 + n201550)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(c), gen_tt:s:0':U11:U12:plus2_0(+(1, n20155_0)))) →RΩ(1)
s(a__U11(tt, gen_tt:s:0':U11:U12:plus2_0(n20155_0), gen_tt:s:0':U11:U12:plus2_0(c))) →RΩ(1)
s(a__U12(tt, gen_tt:s:0':U11:U12:plus2_0(n20155_0), gen_tt:s:0':U11:U12:plus2_0(c))) →IH
s(*3_0)

We have rt ∈ Ω(n2) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n2).

(30) Complex Obligation (BEST)

(31) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n15871_0)) → gen_tt:s:0':U11:U12:plus2_0(n15871_0), rt ∈ Ω(1 + n158710)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n16876_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n168760 + n168760 + n1687602)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n20155_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n201550 + n201550 + n2015502)
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n12888_0))) → *3_0, rt ∈ Ω(a·n128880 + n128880 + n1288802)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

No more defined symbols left to analyse.

(32) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n2) was proven with the following lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n16876_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n168760 + n168760 + n1687602)

(33) BOUNDS(n^2, INF)

(34) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n15871_0)) → gen_tt:s:0':U11:U12:plus2_0(n15871_0), rt ∈ Ω(1 + n158710)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n16876_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n168760 + n168760 + n1687602)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n20155_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n201550 + n201550 + n2015502)
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n12888_0))) → *3_0, rt ∈ Ω(a·n128880 + n128880 + n1288802)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

No more defined symbols left to analyse.

(35) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n2) was proven with the following lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n16876_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n168760 + n168760 + n1687602)

(36) BOUNDS(n^2, INF)

(37) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n15871_0)) → gen_tt:s:0':U11:U12:plus2_0(n15871_0), rt ∈ Ω(1 + n158710)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n16876_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n168760 + n168760 + n1687602)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n10562_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n105620 + n105620 + n1056202)
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n12888_0))) → *3_0, rt ∈ Ω(a·n128880 + n128880 + n1288802)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

No more defined symbols left to analyse.

(38) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n2) was proven with the following lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n16876_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n168760 + n168760 + n1687602)

(39) BOUNDS(n^2, INF)

(40) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n15871_0)) → gen_tt:s:0':U11:U12:plus2_0(n15871_0), rt ∈ Ω(1 + n158710)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8498_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n84980 + n84980 + n849802)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n10562_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n105620 + n105620 + n1056202)
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n12888_0))) → *3_0, rt ∈ Ω(a·n128880 + n128880 + n1288802)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

No more defined symbols left to analyse.

(41) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n2) was proven with the following lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8498_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n84980 + n84980 + n849802)

(42) BOUNDS(n^2, INF)

(43) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8498_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n84980 + n84980 + n849802)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n10562_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n105620 + n105620 + n1056202)
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n12888_0))) → *3_0, rt ∈ Ω(a·n128880 + n128880 + n1288802)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

No more defined symbols left to analyse.

(44) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n2) was proven with the following lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8498_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n84980 + n84980 + n849802)

(45) BOUNDS(n^2, INF)

(46) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8498_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n84980 + n84980 + n849802)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n10562_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n105620 + n105620 + n1056202)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

No more defined symbols left to analyse.

(47) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n2) was proven with the following lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8498_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n84980 + n84980 + n849802)

(48) BOUNDS(n^2, INF)

(49) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8498_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n84980 + n84980 + n849802)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

No more defined symbols left to analyse.

(50) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n2) was proven with the following lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8498_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n84980 + n84980 + n849802)

(51) BOUNDS(n^2, INF)

(52) Obligation:

TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

No more defined symbols left to analyse.

(53) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n1) was proven with the following lemma:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)

(54) BOUNDS(n^1, INF)